home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Sound / GSMToast / man / gsm_explode.3.txt next >
Encoding:
Text File  |  1996-04-28  |  1.2 KB  |  67 lines

  1.  
  2.  
  3.  
  4. GSM_EXPLODE(3)         C Library Functions         GSM_EXPLODE(3)
  5.  
  6.  
  7.  
  8. NAME
  9.      gsm_explode, gsm_implode - GSM 06.10 supplementary functions
  10.      for testing
  11.  
  12. SYNOPSIS
  13.      #include "gsm.h"
  14.  
  15.      void gsm_explode(g, frame, xframe)
  16.      gsm        g;
  17.      gsm_frame  frame;
  18.      gsm_signal xframe[ 76 ];
  19.  
  20.      void gsm_implode(g, xframe, frame)
  21.      gsm        g;
  22.      gsm_signal xframe[ 76 ];
  23.      gsm_frame  frame;
  24.  
  25. DESCRIPTION
  26.      Gsm is an implementation of the final draft GSM 06.10  stan-
  27.      dard for full-rate speech transcoding.  Test data for imple-
  28.      mentations of this particular document  can  be  bought  and
  29.      used to verify an implementation.
  30.  
  31.      The encoded test data uses a format different from what  one
  32.      would  use to transmit frames with the least number of bits.
  33.      Gsm_explode() and gsm_implode() convert between  the  inter-
  34.      nal,  small,  33-byte  format and the 76-word format used by
  35.      the test data.
  36.  
  37. RETURN VALUE
  38.      gsm_explode() returns -1 if the  passed  frame  is  invalid,
  39.      else 0.
  40.  
  41. BUGS
  42.      Please  direct  bug  reports  to  jutta@cs.tu-berlin.de  and
  43.      cabo@cs.tu-berlin.de.
  44.  
  45. SEE ALSO
  46.      gsm(3)
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. SunOS 5.4                 Last change:                          1
  64.  
  65.  
  66.  
  67.